Articles
- Home /
- Articles

How a Program Binary Becomes a Running Process
- April 21, 2025
- 12 min read
- Operating systems , Programming concepts
Have you ever stopped to think about what really happens when you run a program?
Not just clicking “Run” or executing a command in the terminal, but what goes on under the hood—from the executable file sitting on your disk to a fully running process in memory?

You Should Format Names in Your Code
- March 24, 2025
- 6 min read
- Programming concepts
In my code, I need to define a variable to represent my new item. But how should I name it? Does it even matter how I format the variable name—or any other code item?
Read More
Make Numbers More Readable in Your Code
- February 28, 2025
- 8 min read
- Programming concepts , Software quality
Have you ever seen a giant number in your code, like 100000000
, and thought, What even is this? I explored 50 top programming languages to see which ones enhance number readability—and how to apply them in your code.

Descriptive Variable Names Are Not Always Good
- February 5, 2025
- 8 min read
- Programming concepts , Software quality
When naming variables in a program, the usual advice is to use descriptive names. But is this always the case? Let’s explore when shorter, less descriptive names might actually improve readability.
Read MoreCategories
Tags
- Backoff
- Binary Files
- Bug
- Build System
- C Language
- C++ Language
- Code Generation
- Coding Style
- Compilation
- Computer Program
- Defect
- Dependencies
- Development Environment
- Docker
- Documentation Generation
- Environmental Tolerance
- Error
- Error Tolerance
- Executable Files
- Failure
- Failure Tolerance
- Fault
- Fault Tolerance
- Formatting
- Idiomatic Rust
- Input Error
- Learn C
- Learn C++
- Learn Python
- Learn Rust
- Libraries
- Linting
- Linux
- Naming Convention
- Offline Development
- Operating Systems
- Package Management
- Posix
- Process
- Process Creation
- Process Memory Layout
- Programming Guidelines
- Programming Language
- Programming Tools
- Python Language
- Reliability
- Resource
- Resource Access Error
- Retry
- Robustness
- Rust
- Setup Guide
- Software Packaging
- Standalone Program
- Static Analysis
- System Calls
- System Programming
- Testing
- Timeout
- Toolchain
- Unix
- Windows